Use external tools
https://platform.openai.com/docs/guides/prompt-engineering/use-external-tools
https://platform.openai.com/docs/guides/gpt-best-practices/use-external-tools
For example, a text retrieval system can tell GPTs about relevant documents. A code execution engine can help GPTs do math and run code.
#OpenAI_Prompt_engineering_Strategy
https://platform.openai.com/docs/guides/prompt-engineering/strategy-use-external-tools
Use embeddings-based search to implement efficient knowledge retrieval
Use code execution to perform more accurate calculations or call external APIs
Give the model access to specific functions